

####################################################################################################################################
#SOME TWEAKS
####################################################################################################################################


#######################################################################
# Extensionbutton on Notebooks
#######################################################################

style "extensionbutton"
{


	xthickness						= 0
	ythickness						= 0
	
	GtkButton::child_displacement_y		= 0
	
	engine "experience" 
	{

		group "extensionbutton_focuskiller" = "focuskiller"
						
		group "extensionbutton_default"
		{
			function					= BOX
			detail					= "buttondefault"
		}
		
		group "extensionbutton"
		{
			function					= BOX
		}

	}
 
}

style "extension-close"
{

	
	stock["gtk-close"] =
	{
		{ "icons/button_close_transparent.svg",*,NORMAL},
		{ "icons/button_close.svg",*,PRELIGHT},
		{ "icons/button_close_in.svg",*,ACTIVE},
		{ "icons/button_close_transparent.svg",*,INSENSITIVE}
	}

}

style "colorbutton_frame"
{
	engine "experience"
	{
		group "colorbutton_frame" = "shadow_in_normal"
			{
				shadow					= ETCHED_OUT
			}
	}
}

#######################################################################
# Nautilus
#######################################################################

style "Nautilus"
{

#	Transparent Icon Text Background
	NautilusIconContainer::frame_text	= 0
	
#	Translucent Selected Icon Background
	NautilusIconContainer::highlight_alpha= 128

#	For Nautilus 'Icon Captions' e.g. text under folders displaying number of items inside as set in naut. pref's black to match window text
	NautilusIconContainer::dark_info_color= "#0057a0"
	
#	white while selected/Desk
	NautilusIconContainer::light_info_color= "white"

}

style "nautilus-sidebar-frame"
{

	engine "experience"
	{
		group "shadow_nautilussidebar" = "shadow_out"
		{		
				shadow					= ETCHED_IN
		}
	}
}


###

style "nautilusbutton"
{


	xthickness						= 0
	ythickness						= 0
	GtkButton::child_displacement_y		= 0
	
	engine "experience" 
	{
		
		group "nautilusbutton_focuskiller" = "focuskiller"
		
		group "nautilusbutton"
		{
			function					= BOX
		}
	
	}
}


#######################################################################
# Evolution
#######################################################################


style "evobackgroundfix"
{

	bg[NORMAL]							= "#EBEADB"
	bg[ACTIVE]							= "#EBEADB"
	bg[INSENSITIVE]						= "#EBEADB"

}


#######################################################################
# Galeon
#######################################################################

style "galeonhandle"
{
	engine "experience"
	{
		group "handle_galeon" = "shadow_out_horizontal"
		{
			function						= HANDLE
			
			image 20 {	file				= "images/handle1.png"
						recolor "#ff0000"	= bg[NORMAL]
						brightness		= -0.17
						width			= 1 is
						height			= 1 is + 1 px
						inner_padding		= { 0, 0, 0, 1 }
						repeat			= { 1, 1, 4, 4 }
						draw_entire_only	= TRUE
						pos				= 0
						padding			= { 0, 0, 3, 3 }
						rotate			= NONE}
						
			image 21 {	file				= "images/handle2.png"
						recolor "#ff0000"	= bg[NORMAL]
						brightness		= 0.2
						width			= 1 is
						height			= 1 is + 1 px
						inner_padding		= { 0, 0, 0, 1 }
						repeat			= { 1, 1, 4, 4 }
						draw_entire_only	= TRUE
						pos				= 0
						padding			= { 0, 0, 3, 3 }
						rotate			= NONE}
		}
	}
}

#######################################################################
# gxmms
#######################################################################

style "gxmms-plugin-button"
{
	GtkButton::child_displacement_y		= 0
	ythickness						= 0
	xthickness						= 0
	
	engine "experience"
	{
		group "gxmmsplugin_button"
		{
			function					= BOX
		}

	}
}

###

style "gxmms-plugin-progress"
{

	engine "experience"
	{

		group "xmms_progress_bar"
		{
			function					= BOX
			detail					= "bar"
			
			image 10 {	file			= "images/gxmms_progress_bar.png"
						border		= { 3,3,4,1 } }
		}

		group "xmms_progress_trough"
		{
			function					= BOX
			detail					= "trough"
			
			image 10 {	file			= "images/gxmms_progress_trough.png"
						border		= { 3,3,5,2 } }
		}

	}
}


#######################################################################
#Metacity Colors
#######################################################################

style "metacity"
{
	
#		bg[SELECTED]					= "#004cff"
		base[ACTIVE]					= "#ff3900"
		base[NORMAL]				= "#ffffff"
		text[SELECTED]				= "#ffffff"

}


#########################################################################
# FileChooser
#########################################################################

style "FileChooser"
{

	engine "experience"
	{
	
		group "filechooser_paned" =  "handle_paned_vertical"
		{
			image 10 {	dont_draw		= TRUE }			
			image 11 {	dont_draw		= TRUE }
		
		}

	}

}
